home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / SANA2Meter / Source / locale.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-11  |  2.2 KB  |  111 lines

  1. #ifndef LOCALE_H
  2. #define LOCALE_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifdef CATCOMP_ARRAY
  18. #undef CATCOMP_NUMBERS
  19. #undef CATCOMP_STRINGS
  20. #define CATCOMP_NUMBERS
  21. #define CATCOMP_STRINGS
  22. #endif
  23.  
  24. #ifdef CATCOMP_BLOCK
  25. #undef CATCOMP_STRINGS
  26. #define CATCOMP_STRINGS
  27. #endif
  28.  
  29.  
  30. /****************************************************************************/
  31.  
  32.  
  33. #ifdef CATCOMP_NUMBERS
  34.  
  35. #define MENU_PROJECT 0
  36. #define MENU_SAVECONFIG 1
  37. #define MENU_ABOUT 2
  38. #define MENU_QUIT 3
  39. #define MENU_SETTINGS 4
  40. #define MENU_UPDATE 5
  41. #define MENU_REFRESH1 6
  42. #define MENU_REFRESH2 7
  43. #define MENU_REFRESH3 8
  44. #define MENU_REFRESH4 9
  45. #define MENU_REFRESH5 10
  46. #define MENU_REFRESH10 11
  47. #define MENU_REFRESH20 12
  48. #define MENU_REFRESH30 13
  49. #define MENU_REFRESH40 14
  50. #define MENU_REFRESH50 15
  51. #define MENU_REFRESH60 16
  52. #define MENU_CPSAGING 17
  53. #define MENU_AGING0 18
  54. #define MENU_AGING10 19
  55. #define MENU_AGING20 20
  56. #define MENU_AGING30 21
  57. #define MENU_AGING40 22
  58. #define MENU_AGING50 23
  59. #define MENU_JUMP 24
  60. #define MENU_STAYFRONT 25
  61. #define TXT_IPACKETS 26
  62. #define TXT_OPACKETS 27
  63. #define TXT_BADDATA 28
  64. #define TXT_OVERRUNS 29
  65. #define TXT_UNKNOWN 30
  66. #define TXT_RECONFIGS 31
  67. #define TXT_MTU 32
  68. #define TXT_BPS 33
  69. #define TXT_HWTYPE 34
  70. #define REQ_ABOUT_TITLE 35
  71. #define REQ_ABOUT_BODY 36
  72. #define REQ_ABOUT_BUTTON 37
  73. #define REQ_ERROR_TITLE 38
  74. #define REQ_ERROR_QUITBUTTON 39
  75. #define REQ_ERROR_OPENDEV 40
  76. #define REQ_ERROR_OPENLIB 41
  77. #define REQ_ERROR_QUERY 42
  78. #define REQ_ERROR_NOMSGPORT 43
  79. #define REQ_ERROR_NOPOOL 44
  80. #define REQ_ERROR_READARGS 45
  81. #define REQ_ERROR_NOGUI 46
  82. #define REQ_ERROR_TRACK 47
  83. #define REQ_ERROR_NOCONFIG 48
  84. #define REQ_ERROR_NODEVS 49
  85. #define REQ_ERROR_BADAGING 50
  86. #define TXT_TTIPACKETS 51
  87. #define TXT_TTOPACKETS 52
  88. #define TXT_TTIBYTES 53
  89. #define TXT_TTOBYTES 54
  90. #define TXT_TTDPACKETS 55
  91. #define TXT_TTOCPS 56
  92. #define TXT_TTICPS 57
  93. #define TXT_TTLABEL 58
  94. #define TXT_INACTIVE 59
  95.  
  96. #endif /* CATCOMP_NUMBERS */
  97.  
  98.  
  99. /****************************************************************************/
  100.  
  101.  
  102. struct LocaleInfo
  103. {
  104.     APTR li_LocaleBase;
  105.     APTR li_Catalog;
  106. };
  107.  
  108.  
  109.  
  110. #endif /* LOCALE_H */
  111.